Use the fa-copy icon for Clone Agent.

Akinori MUSHA 10 years ago
parent
commit
f29c3844f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/agents/_action_menu.html.erb

+ 1 - 1
app/views/agents/_action_menu.html.erb

@@ -16,7 +16,7 @@
16 16
   </li>
17 17
 
18 18
   <li>
19
-    <%= link_to icon_tag('glyphicon-plus') + ' Clone agent'.html_safe, new_agent_path(id: agent), tabindex: "-1" %>
19
+    <%= link_to icon_tag('fa-copy') + ' Clone agent'.html_safe, new_agent_path(id: agent), tabindex: "-1" %>
20 20
   </li>
21 21
 
22 22
   <li>